From 2b869237cc1394a34619a28363050f7ee694a5f0 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 14 Jul 2022 19:50:39 +0800 Subject: [PATCH] ; * lisp/xwidget.el (xwidget-webkit-browse-url): Mark as internal browser. --- lisp/xwidget.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/xwidget.el b/lisp/xwidget.el index 88bc8ff6c5e..0821760d995 100644 --- a/lisp/xwidget.el +++ b/lisp/xwidget.el @@ -134,6 +134,8 @@ Interactively, URL defaults to the string looking like a url around point." (xwidget-webkit-new-session url) (xwidget-webkit-goto-url url)))) +(function-put 'xwidget-webkit-browse-url 'browse-url-browser-kind 'internal) + (defun xwidget-webkit-clone-and-split-below () "Clone current URL into a new widget place in new window below. Get the URL of current session, then browse to the URL -- 2.30.2